Common Object Request Broker Architecture - определение. Что такое Common Object Request Broker Architecture
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Common Object Request Broker Architecture - определение

STANDARD TO FACILITATE COMMUNICATION BETWEEN SYSTEMS ON DIVERSE PLATFORMS
CORBA architecture; Common object request broker architecture; CORBA Component Model; VMCID; Servant (CORBA); Objects by Value; Portable interceptors; Portable Object Adapter; Corbaloc; Incarnation (CORBA); CORBA; Object Management Architecture; OMG IDL; CORBA IDL
Найдено результатов: 5419
Common Object Request Broker Architecture         
<standard, programming> (CORBA) An Object Management Group specification which provides a standard messaging interface between distributed objects. The original CORBA specification (1.1) has been revised through version 2 (CORBA 2) with the latest specification being version 3 (CORBA 3). In its most basic form CORBA consists of the Interface Definition Language (IDL) and the Dynamic Invocation Interface (DII). The IDL definition is complied into a Stub (client) and Skeleton (server) component that communicate through an Object Request Broker (ORB). When an ORB determines that a request is to a remote object, it may execute the request by communicating with the remote ORB. The Corba IDL can be mapped to a number of languages including C, C++, Java, COBOL, Smalltalk, Ada, Lisp, Python, and IDLscript. CORBA ORBs are widely available for a number of platforms. The OMG standard for inter-ORB communication is IIOP, this ensures that all CORBA 2 compliant ORBS are able to interoperate. Latest version: Corba 3.0.3 2004-03-12, as of 2007-09-04. See also COSS, Component Object Model, RMI. {OMG CORBA specs (http://www.omg.org/technology/documents/corba_spec_catalog.htm)}. (2007-09-04)
Portable Object Adapter         
<architecture> (POA) Part of the CORBA architecture. [Details?] (2004-06-23)
Object Request Broker         
MIDDLEWARE WHICH ALLOWS PROGRAM CALLS TO BE MADE FROM ONE COMPUTER TO ANOTHER VIA A COMPUTER NETWORK
Object Request Broker
<programming> (ORB) Part of the OMG CORBA specification, an ORB's basic function is to pass method invocation requests to the correct objects and return the results to the caller. To achieve this the ORB must be able must be able to identify and locate objects, handle connections from invoker and the data returned from methods. Communication between the ORB and applications are achieved through IDL stubs and skeletons whilst the OMG has specified IIOP as the protocol through which ORBs may communicate with each other. Using IIOP, an ORB may request method invocations from a remote object. (2003-11-21)
Object request broker         
MIDDLEWARE WHICH ALLOWS PROGRAM CALLS TO BE MADE FROM ONE COMPUTER TO ANOTHER VIA A COMPUTER NETWORK
Object Request Broker
In distributed computing, an object request broker (ORB) is a middleware which allows program calls to be made from one computer to another via a computer network, providing location transparency through remote procedure calls. ORBs promote interoperability of distributed object systems, enabling such systems to be built by piecing together objects from different vendors, while different parts communicate with each other via the ORB.
Broker-dealer         
ONE WHO ENGAGES IN THE BUSINESS OF TRADING SECURITIES ON BEHALF OF THEIR CUSTOMERS
Broker dealer; Broker-dealers; Broker/dealer; Wire house
In financial services, a broker-dealer is a natural person, company or other organization that engages in the business of trading securities for its own account or on behalf of its customers. Broker-dealers are at the heart of the securities and derivatives trading process.
broker-dealer         
ONE WHO ENGAGES IN THE BUSINESS OF TRADING SECURITIES ON BEHALF OF THEIR CUSTOMERS
Broker dealer; Broker-dealers; Broker/dealer; Wire house
¦ noun (in the UK) a person combining the former functions of a broker and jobber on the Stock Exchange (now the official term on the UK Stock Exchange).
Change request         
ADMINISTRATIVE MODIFICATION PROPOSAL
Request For Change; Request for Change; Change Request Form; Request for change; Change request form
A change request (aka Change Control Request, or CCR) is a document containing a call for an adjustment of a system; it is of great importance in the change management process.
Request–response         
METHOD BY WHICH COMPUTERS COMMUNICATE
Request-reply; Request/reply; Request-response; Request/response
In computer science, request–response or request–reply is one of the basic methods computers use to communicate with each other in a network, in which the first computer sends a request for some data and the second responds to the request. More specifically, it is a message exchange pattern in which a requestor sends a request message to a replier system, which receives and processes the request, ultimately returning a message in response.
Broker pattern         
ARCHITECTURAL PATTERN FOR STRUCTURING DISTRIBUTED SOFTWARE SYSTEMS WITH DECOUPLED COMPONENTS THAT INTERACT BY REMOTE PROCEDURE CALLS BY COORDINATING COMMUNICATION AND TRANSMITTING RESULTS AND EXCEPTIONS
Broker Pattern
The broker pattern is an architectural pattern that can be used to structure distributed software systems with decoupled components that interact by remote procedure calls. A broker component is responsible for coordinating communication, such as forwarding requests, as well as for transmitting results and exceptions.
Information broker         
INDIVIDUAL OR COMPANY SPECIALIZING IN COLLECTING AND ANALYSING DATA ABOUT CONSUMERS TO SELL TO PRODUCERS
Information brokers; Information Brokers; Information brokerage; Information Brokerage; Info broker; Data brokers; Data brokerage; Information broker
An information broker (IB), also known as a data broker, is an individual or company that specializes in collecting personal data or data about companies, mostly from public records but sometimes sourced privately, and selling or licensing such information to third parties for a variety of uses. Sources, usually Internet-based since the 1990s, may include census and electoral roll records, social networking sites, court reports and purchase histories.

Википедия

Common Object Request Broker Architecture

The Common Object Request Broker Architecture (CORBA) is a standard defined by the Object Management Group (OMG) designed to facilitate the communication of systems that are deployed on diverse platforms. CORBA enables collaboration between systems on different operating systems, programming languages, and computing hardware. CORBA uses an object-oriented model although the systems that use the CORBA do not have to be object-oriented. CORBA is an example of the distributed object paradigm.